This project intends to provide a virtual ateliè to Esdras Costa, this project's client, who's a talented artist that expects to expand his business through an online portfolio. The development method used is a hybrid one, it has been chosen to use element both from the Scrum and XP devepment methods.
Members | GitHub | |
---|---|---|
Álax de Carvalho Alves | alaxallves@gmail.com | alaxalves |
André de Sousa Costa Filho | andre.filho001@outlook.com | andre-filho |
Iago Vasconcelos de Carvalho | IagoVC_2012@hotmail.com | IagoCarvalho |
Matheus Batista Silva | matheusbattista@hotmail.com | matheusbsilva |
- Python 2.7
- Django 10.2
- SQLite3
1 - Clone the official repository
2 - Install Django
3 - Go to the project's directory and create a folder called Arts
4 - Go to the directory with the manage.py file and type the terminal command: python manage.py runserver 0.0.0.0:3000
$ git clone https://github.com/LynceDev/Artmakers.git
$ sudo pip install Django
$ cd Artmakers/ && mkdir Arts
$ cd ../Portfolio/
$ python manage.py runserver 0.0.0.0:3000