ReONE-SM1975 / nobel_prizes_SM1975

A web app to search nobel prizes winner - enhanced via django and reactJS
MIT License
1 stars 0 forks source link

noble_prizes_SM1975

Developer

How to run this project: on the client folder run the following:

npm run start

For the server, go to the server folder and run the following:-

# create a virtual environment if you use running it for the first time
python -m venv venv
# while development, obtain a .env file from the admin team and place it inside the server folder

# install the requirements.txt via pip
pip install -r requirements.txt

# run the server
python manage.py runserver