Skip to content

farouk46015/simple-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple-api

This project simple api build with django

after clone project

you can create virtual environment

virtualenv venv

after thet activate virtual environment to install packages

source venv/bin/activate

now you can see viretual environment is ready you can start install required packages

pip3 install -r requirements.txt

make django migrations

python3 manage.py makemigrations

apply this migration to database

python3 manage.py migrate

you ready to run project

python3 manage.py runserver

access (http://localhost:8000/core/)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages