CSI-API-HacktoberFest-2023
Maintainers
Parth Chilap && Vighnesh Manjrekar
Built With
- Node.js
- Express.js
Prerequisites
Node js
InstallInstall NPM Package
npm install npm@latest -g
Installation
Steps to install and setup the app are demonstrated with following commands:
Clone the repository
git clone https://github.com/CSI-DMCE-2023/CSI-API-HacktoberFest-2023.git
cd CSI-API-HacktoberFest-2023
Install npm packages
npm install
Run Project
npm start
Build Project
npm run build
Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
1. Fork the repository.
2. Clone your forked repository to local machine.
git clone https://github.com/CSI-DMCE-2023/CSI-API-HacktoberFest-2023.git
3. Create a branch
git checkout -b branchname
4. Make your changes
5. Commit and push your changes
git add .
git commit -m 'message'
git push -u origin branchname