An app to manage the books that you have read. CS5Ox final project.
- NPM & Node.JS installed
- Pip & Python installed
All this commands must be executed in /frontend/
- Install npm packages
frontend/$ npm install
- Run this command
frontend/$ npm start
All this commands must be executed in /backend/
- Create python virtual environment
/backend/$ sudo python -m venv flaskenv
- Access to virtual environment
/backend/$ source flaskenv/bin/activate
- Install pip packages
(flaskenv)/backend/$ sudo pip install -r requirements.txt
- Start the backend server
(flaskenv)/backend/$ flask run
- For deployment purpouse be sure to remove proxy line in
/frontend/package.json
- Execute this command in
/frontend/
npm run build
- Javier Ribal del Río - Initial work - JavierRibaldelRio
This project is licensed under the MIT License - see the LICENSE file for details