To run this project, you will need to add the following environment variables to your .env file
PORT = 8000
HOST = '127.0.0.1'
DB = 'postgres'
DB_NAME = 'Strong-Concrete'
DB_PASSWORD = 'alidrl'
DB_USERNAME = 'postgres'
EMAIL_ADDRESS = 'your own email address'
EMAIL_APP_PASS = 'should be generated from your google account'
SECRET_KEY
ACCESS_KEY
REFRESH_KEY
Clone the project
git clone https://github.com/Tech-Sync/strong_concrete_Backend.git
Install dependencies
npm install or yarn install
Start the server
npm start or yarn start