Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arthurarakelyan/keep-link-server
🔗 Keep Link's Back-End server
https://github.com/arthurarakelyan/keep-link-server
express javascript nodejs
Last synced: about 1 month ago
JSON representation
🔗 Keep Link's Back-End server
- Host: GitHub
- URL: https://github.com/arthurarakelyan/keep-link-server
- Owner: ArthurArakelyan
- Created: 2023-08-03T18:36:48.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-16T17:32:32.000Z (about 1 year ago)
- Last Synced: 2024-04-24T05:35:30.746Z (8 months ago)
- Topics: express, javascript, nodejs
- Language: JavaScript
- Homepage: https://keep-link-server.vercel.app
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Keep Link Server
[Keep Link](https://github.com/ArturArakelyan0411/keep-link) back-end server
## Project setup
This project uses `npm` as a package manager.
Node version: `18.7.1`
NPM version: `9.8.1`
### Install Dependencies
```bash
npm install
```### Run Development Server
Open http://localhost:5000 with your browser to see the result.
```bash
npm run dev
```### Run Server
Open http://localhost:5000 with your browser to see the result.
```bash
npm start
```## Tech Stack
 Â
 Â