A simple news app built with express.js and mysql for study propurses.
Create a new mysql database and use the nodejs-news-app.sql file to create the table structure.
Clone this repository
git clone git@github.com:gustavodileone/nodejs-news-app.git
cd nodejs-news-app
npm install
Create a .env file in the root directory and use the file .env.example as a template
Now just execute the command bellow and everything should work
npm run dev:start
This project isn't finished yet, but currently it has:
-
News CRUD
-
Comments on news
-
User CRUD
-
Simple pagination