Skip to content

This is the repository of the FimApp project backend.

License

Notifications You must be signed in to change notification settings

deanarchy/FimApp-Server

Repository files navigation

FimApp-Server

This is FimApp server, a Financial Manager apps. This repo intended as a backend part of the FimApp project. It contains a several apps and APIs endpoints to exhibit a certain functionality. It was built mainly by using Django REST Framework.

Full Demo

FimApp

Local Installation

1. Make sure you already have Docker and Docker Compose properly installed

Get Docker

2. Clone repos

  git clone https://github.com/deanarchy/FimApp-Server.git

3. Run Docker Compose with Development config

  docker-compose up -f docker-compose.yml -d --build

4. Migrate the database

  docker-compose exec backend python manage.py migrate

5. Create superuser

  docker-compose exec backend python manage.py createsuperuser

Documentation

To be added...

Credits

This server mainly built using Django REST Framework

dj-rest-auth used for authentication systems.

django-rest-framework-simplejwt used for JSON Web Token authentication.

About

This is the repository of the FimApp project backend.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published