Welcome to cassava

Getting Started

First, install dependencies:

npm install
# or
yarn

Run the development server:

npm run server
# or
yarn server

Run the development build:

npm run build
# or
yarn build

server will be listening on http://localhost:3030 with your browser to see the result.

Env file

you need to create a .env file in th root directory, you can find an.

example.env in it you can find the list of keys you need to add to your newly created .env file (DATABASE_URL, ACCESS_TOKEN_SECRET, PORT)

Routes Link

Local base url = [http://localhost:3030]

Live base url = [https://cassava-backend.onrender.com]

base route = ('/')

login route = ('/auth/login')

register route = ('/auth/register')

Deploy Link

Live link: https://cassava-backend.onrender.com