Skip to content

ailsonazevedo/bdg_back

Repository files navigation

Bdg_back

 

Bdg_back

Github top language Github language count Repository size License

🚧 Bdg_back 🚀 Under construction... 🚧


About   |   Features   |   Technologies   |   Requirements   |   Starting   |   License   |   Author


🎯 About

Describe your project

✨ Features

✔️ Create Products
✔️ Add Product in Cart
✔️ Create Order
✔️ Create Account

🚀 Technologies

The following tools were used in this project:

✅ Requirements

Before starting 🏁, you need to have Git and Node installed.

🏁 Starting

# Clone this project
$ git clone https://github.com/ailsonazevedo/bdg_back

# Access
$ cd bdg_back

#Create virtual ENV
$ python -m venv 'NameEnv'

# Activate VirtualEnv
$ 'NameEnv'\Scripts\activate

# Install dependencies
$ pip install -r requirements.txt

# Migrate
$ py manage.py migrate

# Create SuperUser
$ python manage.py createsuperuser

# Start server
$ py manage.py runserver

# The server will initialize in the <http://127.0.0.1:8000/>

# Acess endpoints
$ http://127.0.0.1:8000/api/schema/

📝 License

This project is under license from MIT. For more details, see the LICENSE file.

Made with ❤️ by Ailson Azevedo and Alisson Azevedo.

 

Back to top

Releases

No releases published

Packages

No packages published

Languages