A Social Media MVP app based on reddit
View Demo
·
Report Bug
·
Request Feature
Agrus is a mvp app made using MERN stack as a portfolio project.
To get a local copy up and running follow these simple steps.
Make sure you have these install on your system.
- Clone the repo
git clone https://github.com/siddharthroy12/Agrus
- Install NPM packages
npm install-all
Create a .env file at the root of the project and fill it with these.
DB_URI=
JWT_SECRET=
NODE_ENV=development
IMGUR_CLIENT_ID=
To get the DB_URI go to mongodb atlas, create a free cluster and a database and the paste the URI here.
To get the IMGUR_CLIENT_ID go to imgur, create a new application and paste the CLIENT_ID here.
JWT_SECRET can be anything.
First start the backend
npm start
Then start the client
npm client
Use 0.0.0.0:3000 instead of localhost:3000 if you are uploading video through client.
Distributed under the MIT License. See LICENSE
for more information.
Siddharth Roy - @Siddharth_Roy12