Skip to content

winson0404/im-fine-back-end

Repository files navigation

im-fine-back-end

This backend is to serve the i_am_fine_front_end (https://github.com/winson0404/im-fine-front-end). It has also been deployed to https://im-fine-backend.herokuapp.com/, which will be turned down after sembreak ends to prevent exploit as its a public endpoints.

Follow below instructions to run the server in your local machine.

Getting the dependencies

Simply run pip install -r requirements.txt to install all required dependencies.

Running the server

  1. Run python manage.py makemigrations.
  2. Run python manage.py migrate.
  3. Run python manage.py runserver.

Set run configuration in Pycharm

  1. right click manage.py at root and click run
  2. go top right and click manage.py button to edit configuration
  3. go to Python/manage and add runserver to parameter
  4. now u can just run the backend server by clicking run button

Opening schema

After running the server, navigate http://127.0.0.1:8000/

Video of working schema, need to provide proper password to get sign up and get token

2022-03-20.03-47-35.mp4

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages