Skip to content

a starter project that contains express routes, bcrypt hashing , sequelize for ORM

Notifications You must be signed in to change notification settings

Moneemsaadaoui/Node.js-Starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node.js Starter Project 🚀

Welcome to the Node.js Starter Project! This project provides a simple and structured foundation to kickstart your Node.js development journey. Use this as a starting point for building amazing applications with Node.js. You can clone this project and start hacking or you can fork it as a template to start your own repository !

Getting Started 🏁

Follow the steps below to set up and run the project locally on your machine.

Prerequisites 🛠️

Make sure you have Node.js and npm installed on your machine. If not, you can download and install them from here.

Installation 🚚

  1. Clone this repository to your local machine:

    git clone https://github.com/Moneemsaadaoui/Node.js-Starter.git
    
  2. Navigate to the project directory:

cd Node.js-Starter

3.Install the project dependencies:

npm install

Launching the App 🚀

To start the app, you can use nodemon for automatic server restarts during development. This command will launch the app using nodemon, watching for changes in your files and restarting the server accordingly.

npx nodemon

Or simply use node

node index.js

Visit http://localhost:3000 in your browser to see the app in action.

Contributing 🤝

Feel free to contribute to this project! Fork the repository and submit a pull request with your enhancements.

Issues 🐛

If you encounter any issues or have suggestions for improvements, please open an issue.

License 📝

This project is licensed under the MIT License.

Happy coding! 🎉

Releases

No releases published

Packages

No packages published