Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 363 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 363 Bytes

Canorous API server

Canorous server for storing posts.

Instruction

Ensure you have Node.js 10.0 above and npm installed on your computer.

Commands

npm i

# Initialize database with sample data
npm run seed

# Running for development
npm run dev

# Running for production
npm run start

The API Server will be running on localhost:8081