Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Hit the ground running with this powerful production worthy REST Backend API Boilerplate. Comes with user models, password hashing and sending JWT. Stack: Node, Express, MongoDB+Mongoose.

NotificationsYou must be signed in to change notification settings

ugglr/REST-Express-Mongo-Backend-Boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TECH STACK

  • NODE
  • EXPRESS
  • MONGOOSE
  • MONGODB

HOW TO USE PROJECT

(NOTE ON MONGODB: I USE A LOCAL INSTALLATION OF MONGODB ON THE DEFAULT PORTS AND IF YOU DO THE SAME THE SERVER SHOULD CONNECT DIRECTLY. IF YOU ARE USING MONGO ATLAS OR ANOTHER CLOUD SOLUTION YOU'LL NEED TO GET THAT CONFIGURED. )

git clone "put-repo-https-link here"

Install dependencies

yarn

Start Server (runs: nodemon index.js)

yarn run start

If you are using Postman switch to raw + json

Endpoints

USER:

GET: Request body (JSON)

{    "email": "mail@mail.com"}

POST: Request body (JSON)

{    "email": "mail@mail.com",    "password": "SecretPassword"}

POST: Request body (JSON)

{    "email": "mail@mail.com",    "password": "SecretPassword"}

About

Hit the ground running with this powerful production worthy REST Backend API Boilerplate. Comes with user models, password hashing and sending JWT. Stack: Node, Express, MongoDB+Mongoose.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors2

  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp