About | Technology | Getting Started | Usage | License
Navedex is an API to register navedex’s and projects in which they participated.
The project was developed using the Django REST Framework which is Django's toolkit, powerful and flexible to build API’s Web.
This project was developed with the following technologies:
- Clone the repository:
git clone https://github.com/WesGtoX/navedex-api.git
- Create and activate a virtual enviroment:
python -m venv venv
source venv/bin/activate
- Install the dependencies:
pip install -r requirements-dev.txt
- Run migrations:
python manage.py makemigrations
python manage.py migrate
- Create a superuser:
python manage.py createsuperuser
- Run:
python manage.py runserver
- To run tests:
pytest
# or
python manage.py test
For more examples, please refer to the Documentation
Distributed under the MIT License. See LICENSE for more information.
Made with ♥ by Wesley Mendes 👋