ShadipBanik / Online-Exam-System-Backend

node.js,mysql,express.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ONLINE EXAM SYSTEM NODE BACKEND REST API

This project Is generated with Node.js,Expres.js,Mysql,sequelize.

Development server

1.Run npm install . 2.go to this file bin/www comment out // models.sequelize.sync().then(function() {" . 3.go to src/config/config.json file and configure your database and create a database . 4.Rename process.env to .env and configure your SECRET_KEY . 5.Run nodemon start for a dev server. Navigate to http://localhost:3000/ . 6.After migrate db comment this line // models.sequelize.sync().then(function() {" .

About

node.js,mysql,express.js


Languages

Language:JavaScript 98.8%Language:Pug 0.8%Language:CSS 0.3%Language:Shell 0.1%