Intercagram is a node based backend to be used with MongoDB
You need to copy the example env file and change as needed. It needs MongoDB to be installed en runing on your system, also you would need node 8.12, npm 6.4 or yarn 1. 12
cp .env.example .env
yarn install
You can seed the database with random data so that, there will be a test users to follow and be followed. In order to seed you need to run
yarn seed
Now you can start searching using the app.
You can start the server with the command
yarn dev
Type | URL |
---|---|
POST | http://127.0.0.1:3000/signin |
POST | http://127.0.0.1:3000/signup |
In order to run the unit test you can do
yarn test
MIT