https://github.com/jsonfm/app-notes-node
https://github.com/jsonfm/app-notes-node
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/jsonfm/app-notes-node
- Owner: jsonfm
- Created: 2021-08-14T02:06:20.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-14T02:27:49.000Z (almost 5 years ago)
- Last Synced: 2025-03-25T13:47:12.922Z (over 1 year ago)
- Language: EJS
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Notes App
This is a notes app made with Node, Express and Mysql.
# Steps to Setup
## 1. Install dependencies
```
npm install
```
## 2. Configure Enviroment Variables
Add your enviroment variables:
```
// APP
PORT=
NODE_ENV=
// DATABASE
DB_USER=
DB_PASSWORD=
DB_HOST=
DB_NAME=
```
## 3. Configure database
You can use the schema included on **src/lib**.
## 4. Run
```
# On development mode
npm run dev
# On production mode
npm run start
```
# License
MIT