This is the backend of the Potluck Vault project. This server aimed sets up routes for creating, reading, updating and deleting data.
- JavaScript
- Node.js
- Express.js
Not Finished The back end needs the capabilty to login and register new users.
- Clone the repo
git clone https://github.com/Potluck-Vault/backend-version2.git
- Install NPM packages
npm install
- Start the project
npm start
- Set up endpoints to allow users to login and register