mohan-murali / QuestionsForFunBackend

Created from my Express-typescript-starter repo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Backend for Questions For Fun

App serves as the backend for my hobby project. The app includes following features

  • Signup new user
  • Authenticate the user
  • Save the questions for a test
  • Retrieve questions to make new test

Feature to be added in the future

  • Store the marks of the student of the test

The App currently has the following scripts pre-configured

  • npm run serve - Serves the app with hot-reload enabled. Uses nodemon
  • npm start - Serves the built javascript of the app. This will be used for deployment

This app requires Nodejs 12 +

About

Created from my Express-typescript-starter repo


Languages

Language:JavaScript 68.4%Language:TypeScript 30.9%Language:Shell 0.7%