Final Project Chavi, Clara y Pablo
4Geeks Academy Full-Stack Developer program final project.
Authors
- Javier Manteca - Coding - chavisam
- Clara Rojano - Coding - clararls
- Pablo Álamo - Coding - peibol888
Implemented endpoints:
--> routes.py
- /.../, methods: '': Comment ...frontURL/.../
- ...
--> app.py
- /.../, methods: '': Comment ...frontURL/.../
- ...
License
👻
Open license
Back-End Manual Installation:
Make sure you have Python 3.8:
- Migrate the migrations:
$ pipenv run migrate - Run the migrations:
$ pipenv run upgrade - Run the application:
$ pipenv run start
Front-End Manual Installation:
- Make sure you are using node version 14+ and that you have already successfully installed and runned the backend.
- Install the packages:
$ npm install - Start coding! start the webpack dev server
$ npm run start
If having this problem: npm ERR! during running $ npm install try:
$ brew install [email protected]$ brew unlink node$ brew link [email protected]$ npm install$ npm run start