https://github.com/cypriluc/codewiki-api
build own RESTfull API from scratch
https://github.com/cypriluc/codewiki-api
expressjs javascript mongoose rest-api
Last synced: 3 months ago
JSON representation
build own RESTfull API from scratch
- Host: GitHub
- URL: https://github.com/cypriluc/codewiki-api
- Owner: cypriluc
- Created: 2021-03-29T11:58:20.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-29T14:01:35.000Z (over 5 years ago)
- Last Synced: 2025-02-27T11:54:22.143Z (over 1 year ago)
- Topics: expressjs, javascript, mongoose, rest-api
- Language: JavaScript
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# codeWiki-API
build own RESTfull API from scratch
Project setup
```
npm install
```
Run on localhost:3000
```
nodemon app.js
```
Tutorial by [The Complete 2021 Web Development Bootcamp](https://www.udemy.com/course/the-complete-web-development-bootcamp)