Simple web platform for a library
Requirements:
- Node.js
- Python
- Django
- Django Rest Framework
- Django CORS headers
- In the frontend folder, install dependencies:
npm install - Create a .env file with the required variables (see .env.example)
- Run the project:
npm run dev - In a browser, open the URL that is showing on the terminal.
- In the backend folder, run the api:
python manage.py runserver