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

danilo-assis/node-crud-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 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.

Usage

Note: Every command should be executed from the project's root directory.

Create a ".env" file on "backend" root folder containing the following template, changing the variables between "<>":

MONGODB_URL=<your_mongodb_url>
JWT_KEY=<your_random_jwt_key>
PORT=<your_desired_port>

To install the dependencies:

$ npm install

To start the server:

$ 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