Skip to content

A travel blog website. Developed for my Web Programming Course. 3rd Semester, Computer Science.

Notifications You must be signed in to change notification settings

anmoljhamb/TheAsteroids

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TheAsteroids

A travel blog website. Developed for my Web Programming Course. 3rd Semester, Computer Science.

Demo

You can checkout the demo here. Screenshot

Run Locally

Clone the project

  git clone https://github.com/anmoljhamb/TheAsteroids

Go to the project directory

  cd TheAsteroids

The following files need to be added to make sure the website runs locally. Examples can be found in the same directory for the respecive files.

  • client/.env
  • server/config.env

Install dependencies for server

  cd server
  npm install

Start the server

  npm run dev

Install dependencies for client

  cd client # cd from the root directory.
  npm install

Start the client.

  npm start

Tech Stack

Client: React, SCSS. More about client on client/README.md

Server: Node, Express, MongoDB. More about Server on server/README.md

Feedback

If you have any feedback, please reach out to me at talktoanmol@outlook.com

About

A travel blog website. Developed for my Web Programming Course. 3rd Semester, Computer Science.

Topics

Resources

Stars

Watchers

Forks