A travel blog website. Developed for my Web Programming Course. 3rd Semester, Computer Science.
You can checkout the demo here.
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
Client: React, SCSS. More about client on client/README.md
Server: Node, Express, MongoDB. More about Server on server/README.md
If you have any feedback, please reach out to me at talktoanmol@outlook.com