https://github.com/samuel-bonghanoy/natoura
A tour booking application created using ExpressJS with MongoDB as a database, Pug as a template engine, and JWT for authentication
https://github.com/samuel-bonghanoy/natoura
css expressjs javascript jwt mongodb pug
Last synced: 4 months ago
JSON representation
A tour booking application created using ExpressJS with MongoDB as a database, Pug as a template engine, and JWT for authentication
- Host: GitHub
- URL: https://github.com/samuel-bonghanoy/natoura
- Owner: Samuel-Bonghanoy
- License: mit
- Created: 2023-08-01T17:18:52.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-28T14:33:07.000Z (over 1 year ago)
- Last Synced: 2024-11-16T21:31:04.789Z (6 months ago)
- Topics: css, expressjs, javascript, jwt, mongodb, pug
- Language: JavaScript
- Homepage:
- Size: 29.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Natoura
An outdoor tour booking application with CRUD capabilities and user authentication# Technology Stack
### Front End



### Back End


## Setup
Run this command to clone the repository into your desired directory
```bash
# clones the repo into your local device
git clone https://github.com/Samuel-Bonghanoy/Natoura.git
# change to project directory
cd Natoura
# gets the newest version of the remote repo
git pull
# open the current directory in your preferred text editor
code .
```Once that's done, you will have to install dependencies via this command:
```bash
# install dependencies according to package-lock.json
npm i
```## Running
To host the project on your local machine with nodemon, do:
```bash
# runs the package.json "start" script
npm run start
```# Output