Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node Api CRUD

Advanced Features like pagination role like unlike follow unfollow cookie based auth using jwt

To run this project, do the following:

create .env with the following code (update credentials). Make sure to create .env in the root directory of the project. nodeapi/.env
APP_NAME=nodeapi
MONGO_URI=mongodb://localhost:27017/nodeapi
PORT=8080
JWT_SECRET=xxxxxx
CLIENT_URL=http://localhost:3000
REACT_APP_GOOGLE_CLIENT_ID=xxxxxx.apps.googleusercontent.com
Then run the following commands to start up the app
cd nodeapi
npm install
npm start

About

Api made using Express, validator, Mongoose and hosted using AWS EC2 instance

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages