/noted

A note-taking app with user registration and authentication.

Primary LanguageJavaScriptMIT LicenseMIT

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