This repo helps you set up a SMS-APP - BE api framework.
Node version should be greater than 12.16.0
- Clone this repository by using:
git clone https://github.com/sumitjpl/sms-app.git- After cloning
cd angad
run npm install- Change .env.example to .env
- Enter you MySql connection credentials
- Start Application
npm start or yarn start- Your application will runs on http://localhost:5002/
- Node.js
- Express - Web Framework for Node.js
- MySql - A node.js driver for mysql
- Knex - Query builder for Node.js