To start with this project, you need to have Node.js installed on your machine.
- Clone this repository
- Run
npm install
to install all the dependencies - create
.env
file and putSERVER_PORT=8080
in it. - Run
npm start:dev
to start the development server - Run
npm run start
to build and start the project server will run in server 8080 http://localhost:8080
- Express
- EJS
- Fork this repository
- Clone the forked repository
- Run in terminal
npm install
- Create a new branch
git checkout -b <branch-name>
- Make changes
- Commit and push
git add .
git commit -m "<commit-message>"
git push origin <branch-name>
- Create a pull request