Skip to content

rot0505/anima-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Anima Calendar Backend

This is the backend for Anima React Calendar.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • python3
  • pip

Installation

  1. Clone the repository:
git clone https://github.com/rot0505/anima-backend.git
  1. Change into the directory:
cd anima-backend
  1. Create a virtual environment:
python3 -m venv venv
  1. Activate the virtual environment:
cd venv/bin/activate
  1. Install dependencies:
pip install -r requirements.txt

Usage

To start the application, run:

flask run

The application should be available at http://localhost:5000/.

License

This project is licensed under the MIT License.

About

home assignment from anima, leveraged flask to create RESTfull APIs

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages