This is server side implementation of the soidh which is an mobile app to share images in groups easily!
To run this project:
Following command will create the build of the server
tsc
And this will start the main server
node dist/js/app.js
Clone the project
git clone https://github.com/himanshuxmehra/soidh-sv.git
Go to the project directory
cd soidh-sv
Install dependencies
npm install
Start the server
npm start
To run this project, you will need to add the following environment variables to your .env file
DB_USER
DB_HOST
DB_NAME
DB_PASSWORD
JWT_SECRET
Contributions are always welcome!
See contributing.md
for ways to get started.
Please adhere to this project's code of conduct
.