https://github.com/fullstack-dev3/lightfeather-backend
Lightfeather
https://github.com/fullstack-dev3/lightfeather-backend
api cors express nodejs
Last synced: 9 months ago
JSON representation
Lightfeather
- Host: GitHub
- URL: https://github.com/fullstack-dev3/lightfeather-backend
- Owner: fullstack-dev3
- Created: 2022-09-15T09:10:01.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-17T05:45:54.000Z (over 3 years ago)
- Last Synced: 2023-11-06T22:04:06.878Z (about 2 years ago)
- Topics: api, cors, express, nodejs
- Language: JavaScript
- Homepage:
- Size: 16.6 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lightfeather-backend
## Description
API server module with Node/Express
## Quick Start
Install dependencies:
```console
$ npm install
```
Start the server:
```console
$ npm start
```
View the website at: http://localhost:4000