Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jitinkaligotla/yelp-camp-part-1
Creating a yelp camp application
https://github.com/jitinkaligotla/yelp-camp-part-1
ejs-templates expressjs mongodb mongoose nodejs
Last synced: 18 days ago
JSON representation
Creating a yelp camp application
- Host: GitHub
- URL: https://github.com/jitinkaligotla/yelp-camp-part-1
- Owner: JitinKaligotla
- Created: 2024-08-08T16:40:48.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-16T05:06:04.000Z (5 months ago)
- Last Synced: 2024-08-16T06:24:34.348Z (5 months ago)
- Topics: ejs-templates, expressjs, mongodb, mongoose, nodejs
- Language: JavaScript
- Homepage:
- Size: 60.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
We are doing a project yelp camp, which covers all the topics and technologies of web development
To make ous understand and see the changes of each technology and js packages will make , I am dividing the yelp camp into various parts
in the first part (Yelp camp part 1) you will see our project with a simple database (MongoDB) and js packages like express,nodeMake sure u run npm install command before running the code ,This command makes sure to install all the dependencies we are using by automatically
I am not providing package.json , package-lock.json , node and node modules files , so make sure you first create your own a package.json file with using npm init command and install all the packages at a go using npm install and after installing all the packages you will get your node and node modules.