An open API service indexing awesome lists of open source software.

https://github.com/abhijitnr/basic-notes-app-backend

This is a simple backend for basic notes app. To checkout frontend part please click the link 👇👇👇👇
https://github.com/abhijitnr/basic-notes-app-backend

bcrypt cors dotenv expressjs jsonwebtoken mongodb-atlas mongodb-database mongoose mongoose-schema nodejs nodemon

Last synced: 2 months ago
JSON representation

This is a simple backend for basic notes app. To checkout frontend part please click the link 👇👇👇👇

Awesome Lists containing this project

README

          

# MERN NOTES-APP BACKEND

## About

- This is backend of a simple basic notes app.
- For frontend just visit this link 👇👇👇
- [Basic-Notes-App-Frontend](https://github.com/abhijitnr/Basic-Notes-App-Frontend)

## Folders and Files structure

- ### config

- [db.js](./config//db.js)

- ### middleware

- [authentication.js](./middleware/authentication.js)

- ### models

- [Note.js](./models/Note.js)
- [User.js](./models/User.js)

- ### routes

- [auth.js](./routes/auth.js)
- [notes.js](./routes/notes.js)

- ### .env

- ### .gitignore

- ### [index](./index.js)

- ### [package-lock.json](./package-lock.json)

- ### [package.json](./package.json)

## Dependencies

- bcrypt
- cors
- dotenv
- express
- jsonwebtoken
- mongoose
- nodemon

## Usage Guide

- https://github.com/abhijitnr/Basic-Notes-App-Backend.git
- npm install
- add PORT , JWT_TOKEN and MONGO_URL in .env file
- npm start
- now backend is ready to use

## <---------- Thanks for visit ---------->

## <---------- HAPPY CODING ---------->