Skip to content
This repository has been archived by the owner on Sep 2, 2020. It is now read-only.

skoob13/ridgegram_backend

Repository files navigation

Ridgegram backend

Ridgegram frontend

Installation

npm install (or yarn)

gulp serve

Based on

  • Node.js
  • Express
  • MongoDB (mongoose)
  • JWT

Endpoints

Route Protected Description
POST: api/signin false Sign in to account
POST: api/signup false Sign up to account
GET: api/image/:id false Shows user's avatar
GET: api/user/:id true Returns info about user
GET: api/users true Returns user list by opposite gender. Specifies with offset
POST: api/user/like true Increments likes count

About

Test task backend

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published