https://github.com/rishvant/intern-backend
https://github.com/rishvant/intern-backend
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/rishvant/intern-backend
- Owner: rishvant
- Created: 2024-02-08T15:25:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-08T19:34:44.000Z (over 2 years ago)
- Last Synced: 2025-05-29T06:08:33.696Z (about 1 year ago)
- Language: JavaScript
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## For local developent
### Clone the repository in your local machine
```sh
git clone https://github.com/rishvant/Intern-Backend.git
```
### Enter the 'Intern-Backend' directory
```sh
cd Intern-Backend
```
### Install the dependencies
```sh
npm i
```
### Start the local dev server
```sh
npm run dev
```