Skip to content

hengkyawijaya/simple-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple-api

A simple CRUD backend using node js and mongodb

Install all dependecies by doing this

yarn install

Install mongodb https://docs.mongodb.com/manual/installation/

Create New Database with user authentication

mongo
use simple-api-dev
db.createUser({
 user: "admin",
 pwd: "password",
 roles: [{ role: "userAdmin", db: "simple-api-dev"}]
})

Run in development mode

yarn dev

About

Create simple api with express js

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors