App made with view engine Pug, NodeJs and MongoDB.
1. Have some Pug knowledge.
2. Have some Rest API knowledge.
3. Have some Node.js and Express knowledge.
2. Have npm or yarn (or other package manager) set up on your computer.
3. Have Node 8.10 or higher installed in computer.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
https://github.com/EfrenSanchez/Notes-Pug.git
$ git clone https://github.com/EfrenSanchez/Notes-Pug.git
$ cd Notes-Pug
Then, using your favorite package manager get the dependencies.
Example using npm:
$ npm install
MONGO_URI= <Url to your mongo database>
COOKIE_SECRET= <cookie-session's secret>
In the project directory, you can run:
$ npm run dev
http://localhost:4000/
$ npm start
- Node.js - Backend language.
- Express - Web framework for Node.js.
- Pug - View engine.
- Mongoose - Library for MongoDB
- Efren Sanchez - Initial work - EfrenSanchez
This project is licensed under the MIT License
Open source software with source code that anyone can inspect, modify, and enhance.