Skip to content
/ notes Public

Notes is a simple to-do app. Built with Django (Backend) and Flutter (frontend)

License

Notifications You must be signed in to change notification settings

Georjay/notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

notes

Python Version Django Version

notes is a Web API built with Django REST framework.

Running the Project Locally

First, clone the repository to your local machine:

CMD:

git clone https://github.com/Georjay/notes.git

Install the requirements (You can create a virtual environment before doing this):

pip install -r requirements.txt

Create the database:

python manage.py migrate

Finally, run the development server:

python manage.py runserver

The project will be available at 127.0.0.1:8000

About

Notes is a simple to-do app. Built with Django (Backend) and Flutter (frontend)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages