https://github.com/ocdbytes/inotebook-myfirstmernapp
This is the project made with MERN Stack and it performs all the basic CRUD operations and User Authentication
https://github.com/ocdbytes/inotebook-myfirstmernapp
bootstarp expressjs middleware mongodb mongoose nodejs react
Last synced: 10 months ago
JSON representation
This is the project made with MERN Stack and it performs all the basic CRUD operations and User Authentication
- Host: GitHub
- URL: https://github.com/ocdbytes/inotebook-myfirstmernapp
- Owner: ocdbytes
- Created: 2021-11-16T12:17:25.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-20T08:53:09.000Z (about 4 years ago)
- Last Synced: 2024-04-14T10:46:08.522Z (almost 2 years ago)
- Topics: bootstarp, expressjs, middleware, mongodb, mongoose, nodejs, react
- Language: JavaScript
- Homepage:
- Size: 702 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# iNotebook Notes Taking Website (ReactJs, NodeJs, Express, Mongodb and Bootstrap)
## This was a project built with a follow along tutorial
Built With
## Requirements
First clone your project and run the command in your command product
###### remember to navigate to the project folder in order to avoid the errors
```sh
npm install
```
## How to Proceed
* To Clone the repo run the command given below:
```sh
git clone https://github.com/Arun89-crypto/whats-app-clone-react-firebase.git
```
* Then Navigate to the folder and run
```sh
npm install
```
* Navigate to the backend/db.js
```sh
cd backend/
```
```sh
const mongoose = require('mongoose');
const mongoURI = "YOUR_URL"; //replace with your mongoURL
const Connect_to_mongo = () => {
mongoose.connect(mongoURI, () => {
console.log("connected to mongo successfully ....");
})
}
module.exports = Connect_to_mongo;
```
###### Please remember to create a iNotebook named directory in MongoDb
* Run following commands in terminal from the root folder
```sh
npm run both
```
## Features
* Use CRUD operations on any note
* Register Authentication
## Screenshots of Project