These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
To install the dependencies:
npm install
To run the server:
nodemon server
To run the client:
npm start
You have to edit the db.js with your Postgres information.
- PostgreSQL - Advanced Open Source Relational Database
- ExpressJS - Web application framework for Node.js
- ReactJS - The JavaScript library used for building the user interfaces
- NodeJS - JavaScript run-time environment
This project is licensed under the MIT License - see the LICENSE.md file for details