Skip to content

aellivon/notes-api

Repository files navigation

A Note Backend

A backend app built with Django and DRF

Setup

Django

Install dependencies with Pipenv

$ pipenv install

Setup .env

There should be a sample called .env.sample

Install migrations

$ pipenv run python manage.py migrate

Run the development server

$ pipenv run python manage.py runserver

Running Tests

$ pipenv run python manage.py test

About

A portfolio piece

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages