/noq-server

APIs supporting NoQ!

Primary LanguageJavaScript

NoQ Server

No Q, is a revolutionary tool which allows for both employers and students to skip the hassle seen in modern day career fairs. This is the back-end suporting APIs for NoQ.

made with vue npm version license

Table of Contents

Running Locally

Make sure you have Node.js and the Heroku CLI installed.

$ git clone https://github.com/hrishikeshpaul/noq-server.git # or clone your own fork
$ cd noq-server
$ npm install
$ npm start

For the front-end refer this guide.

Your app should now be running on localhost:3000.

Deploying to Heroku

$ heroku create
$ git push heroku master
$ heroku open

or

Deploy to Heroku

Documentation

For more information on NoQ, please refer to the Documentation

For more information about using Node.js on Heroku, see these Dev Center articles:

The Team

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.