- Django rest framework
- React JS
- Next JS
Create a vitual environment
Install the dependencies and devDependencies and start the server.
$ cd projectile
$ pip install -r requirements.txt
Ruuning the project...
$ python manage.py runserver
Verify the deployment by navigating to your server address in your preferred browser.
127.0.0.1:8000
For running test...
$ python manage.py test
Install the dependencies and devDependencies and start the server.
$ npm i
Ruuning the project...
$ npm start
Verify the deployment by navigating to your server address in your preferred browser.
127.0.0.1:3000
MIT