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.
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
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:
- Getting Started with Node.js on Heroku
- Heroku Node.js Support
- Node.js on Heroku
- Best Practices for Node.js Development
- Using WebSockets on Heroku with Node.js
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.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
License
Distributed under the MIT License. See LICENSE
for more information.