Skip to content
/ noted Public

A note-taking app with user registration and authentication.

License

Notifications You must be signed in to change notification settings

jnthnrzr/noted

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Noted

A note-taking app with user registration and authentication. Users can create new notes or read saved ones once logged in.

Secrets

SECRET_KEY=<Django Secret Key>
DEBUG=<Django Debug Value>

Installation

  1. Install frontend dependencies with npm

    npm install
  2. Run the dev server for the frontend

    npm run dev
  3. Install backend dependencies with pipenv from a terminal at project root

    pipenv install
  4. Run the Django server from a terminal at noteman directory

    cd noteman
    python manage.py migrate
    python manage.py runserver
  5. Open http://localhost:8000/ in a browser to interact with the full stack app.

License

MIT

About

A note-taking app with user registration and authentication.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published