Simple Flat Blog using Express and React
This repo contains both backend and frontend in each respective directories.
This project is made for college final assignment, Database Programming course.
Inside the backend directory, run
Install global deps (for CLI) npm i -g mongoose-data-seed chai mocha supertest
Install deps npm i
Seed data npm run seed:run
Run the server npm run dev
Follow the instructions at the readme inside the frontend directory
The frontend uses Semantic UI React framework