thekolapo / cafe-one

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cafe One

The Frontend client sits in the frontend folder.

Running the Node.js server locally

# install dependencies
npm install

# start server in development
npm run start:dev

# start server (locally)
npm run start

# By default the server runs on port 3005

# To change this behavior create a .env file at the root of the project and specify the new PORT value.

Making API calls from Client

Make sure the client is running locally aleady. To register users a POST request should be made to /api/users along with the body of the request. More information can be found in the postman documentation here: Postman Docs

About


Languages

Language:CSS 38.0%Language:Vue 34.7%Language:JavaScript 25.4%Language:HTML 1.9%