Created using following technologies:
- React
- FastAPI
- Auth0
- TypeScript
- Cloudfared
- Github Actions
- Github Pages
Installation Using Docker & Docker Compose:
Prequisites:
-
MongoDB URI for MongoDB Atlas Server.(Change env Files)
-
Docker Installed.
-
Fork the Repository with
git clone https://github.com/
-
Run the command
docker-compose up
-
The WebApp is live on http://localohst:3000
Installation using Node & Python:
Prequisites:
- MongoDB URI for MongoDB Atlas Server.
- Python version 3.10
- Node version 20.9
Steps:
- Fork the Repository with
git clone https://github.com/
- Create a virtual environment in Repository with
python -m venv env
- In the server directory install requiremtns for server
pip install -r requirements.txt
- Run the FastAPI Server using
uviconr main:app --reload
- In the Client directory install node dependencies using
npm install
- Run the Frontend using
npm start
- The WebApp is live on http://localohst:3000