/interview-server

This is a backend for Ace the Inteview!.Ace the Interview! is a single-page application (SPA) for job seekers who want to practice their interview skills. This is the back-end using Node.js, express, MongoDB.

Primary LanguageJavaScript

Ace the Inteview!

This is a backend for Ace the Inteview!.

Tech Stacks

javascript React sass Node.js express MongoDB

Installation

  1. Clone this repository
$ git clone git@github.com:CarlSmoky/interview_server.git
  1. Install packages
$ cd interview_server
$ npm install
  1. Start
$ npm run start

For running this app's client, go to client repo