Skip to content

Tech-Sync/strong_concrete_Backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Environment Variables

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

Run Locally

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published