Skip to content

A Node.js boilerplate project with simple CRUD and User Authentication endpoints.

License

Notifications You must be signed in to change notification settings

gowebit/node-crud-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

A Node.js boilerplate project with simple CRUD and User Authentication endpoints. This project is separated in backend and frontend directories.

Backend

Usage

On "backend" directory, to install the dependencies, run:

$ npm install

On "backend" directory, to start the server (on port 3000), run:

$ npm start

Frontend

Usage

On "frontend" directory, to install the dependencies, run:

$ npm install

On "frontend" directory, to start the server (on port 8080), run:

$ npm start

About

A Node.js boilerplate project with simple CRUD and User Authentication endpoints.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published