This is the backend for Anima React Calendar.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- python3
- pip
- Clone the repository:
git clone https://github.com/rot0505/anima-backend.git
- Change into the directory:
cd anima-backend
- Create a virtual environment:
python3 -m venv venv
- Activate the virtual environment:
cd venv/bin/activate
- Install dependencies:
pip install -r requirements.txt
To start the application, run:
flask run
The application should be available at http://localhost:5000/.
This project is licensed under the MIT License.