Abhi2474 / API-Project

Home Page:https://api-project-lovat.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project Title

A brief description of this project.

Here is an API with the CRUD(create, read, update and delete) operations.

Here are some steps to use it.

  1. Clone the repository.
  2. create an .env file.
  3. Add some pizza stuffs like name, price, size and image.
  4. And you are ready to go. You can now use it.

Installation

Install the dependencies with npm

  npm install

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

APP_PORT- Your port no.

DB_URL- Your Mongodb atlas link (Mongo Uri)

JWT_SECRET - It could be any string

REFRESH_SECRET - Any string

APP_URL- Your complete path.

Deployment

To deploy this project run

  npm run start

Appendix

And now you are ready to go.

About

https://api-project-lovat.vercel.app


Languages

Language:JavaScript 100.0%