Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`