Skip to content

Exercises about ExpressJS library, everything was made during LiveCoding on my Youtube channel

Notifications You must be signed in to change notification settings

AxelDavid45/expressjs-plants-livecoding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ExpressJS LiveCoding 🔨

This repo contains examples taught on my Youtube Channel.

The section in my channel is about live coding trying to share some things I know.

Stack 🔥

  • NodeJS
  • ExpressJS

Installation

# Move to your folder
cd your-favorite-folder

# Clone the repo
git clone https://github.com/AxelDavid45/expressjs-plants-livecoding.git

# Install dependencies
npm install

# Run the app in development mode
npm run start:dev

Environment variables

Write your own data

PORT=<port>

#MONGO_DB
MONGO_HOST=<database-host>
MONGODB_NAME=<database-name>
MONGODB_USR=<mongodb-user>
MONGODB_PASSWORD=<user-password>

Social Media 👀

About

Exercises about ExpressJS library, everything was made during LiveCoding on my Youtube channel

Topics

Resources

Stars

Watchers

Forks