danvinicius / scheduling-system

Small clinical appointment scheduling system made in NodeJS/ExpressJs, MongoDB as database and EJS with Bootstrap on the front end. I also used the FullCalendar library to render the schedules in a calendar.

Home Page:https://github.com/danvinicius/scheduling-system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

Small clinical appointment scheduling system made in NodeJS/ExpressJs/Typescript,
MongoDB as database and EJS with Bootstrap on the front end.
I also used the FullCalendar library to render the schedules in a calendar.

Project made during the course Formação NodeJS, by Professor Victor Lima.


Typescript MongoDB NodeJs ExpressJS Bootstrap

Project status

✅ Finished ✅


Running the app on VSCode

# Clone this repository
$ git clone <https://github.com/danvinicius/scheduling-system.git>

# Enter the project folder on terminal/cmd
$ cd scheduling-system

# Open the app on VSCode
$ code .

# Install all dependencies
$ npm install

# Build the app
$ npm run build

# Start the app
$ npm run start

# On your browser, open the port 8081
$ URL: localhost:8081/

Install GIT and NodeJS on your computer.

About

Small clinical appointment scheduling system made in NodeJS/ExpressJs, MongoDB as database and EJS with Bootstrap on the front end. I also used the FullCalendar library to render the schedules in a calendar.

https://github.com/danvinicius/scheduling-system


Languages

Language:TypeScript 53.1%Language:EJS 44.5%Language:JavaScript 2.5%