Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stanleymasinde/yt-express-js-course
Repository for my Youtube's Express.Js course
https://github.com/stanleymasinde/yt-express-js-course
course crash-course database expressjs nodejs youtube
Last synced: 1 day ago
JSON representation
Repository for my Youtube's Express.Js course
- Host: GitHub
- URL: https://github.com/stanleymasinde/yt-express-js-course
- Owner: StanleyMasinde
- License: mit
- Created: 2022-08-27T21:52:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-28T09:03:03.000Z (over 2 years ago)
- Last Synced: 2024-05-27T19:15:53.548Z (7 months ago)
- Topics: course, crash-course, database, expressjs, nodejs, youtube
- Language: JavaScript
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
# Express.JS crash course repo
> This repository contains the source code for my Express.JS course.
### Getting started
1. Clone this repository
2. copy database.stub to database.js `cp database.stub database.js`
3. Enter your database credentials in the _database.js_ file
4. Install dependencies with npm `npm install`
5. Run the application with `node index.js`This repository will keep on changing with the course. Major milestones in the course are however tagged with git.
You can checkout all tags by typing `git tag -l`