English •
- Quick start
-
Clone the project
$ git clone .
-
Install Dependencies
$ cd fwd-frontend && npm i
-
Start the Development Server
$ npm start
the script will bring you to your default browser, wait for the development server to fully start and you are ready to go
Note: To run the preceding commands, Node.js and npm must be installed.
-
Clone the project
$ git clone .
-
Install Dependencies
$ cd fwd-server && pip install -r /requirements/base.txt
-
Start the Development Server
$ uvicorn main:app --reload --port 5000
Note: To run the preceding commands, Python Version 3, uvicorn must be installed.
MIT. Copyright (c) Sidharrth Nagappan, Shaun Mak