Skip to content

AjabOSS/django-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django & React with rest API

Banner

Authors

django python react sqlite

Backend Side :

Install my-project with npm

Make sure you have already installed Python & Node.js .

Then :

    git clone https://github.com/AjabOSS/django-react

To run the backend server you need a virtual env. For installing one just use :

    pip install virtualenv

After that, head over to the project's directory and run :

    py -m venv env

and go to /env/Scripts/activate => cd ../.. :

    pip install -r requirements.txt

To set up the database run:

    python manage.py makemigrations

    python manage.py migrate

And finally to run backend server:

    python manage.py runserver

Frontend Side :

    cd frontend
    npm i
    npm run dev

Contributing

Contributions are always welcome!

See contributing.md for ways to get started.

Please adhere to this project's code of conduct.

Badges :

MIT License

GPLv3 License

AGPL License

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages