Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.05 KB

README.md

File metadata and controls

23 lines (16 loc) · 1.05 KB

Momos Server

Welcome to the Momos server-side repository! This repository contains the code for the server side of the Momos webapp.

Technologies

  • Node.js
  • Express
  • Socket.io
  • MySQL, Cloudinary
  • Sequelize (ORM)

Getting Started

To get started with the development of this project, you will need to have Node.js, MySQL and Sequelize installed on your machine.

  1. Clone this repository and navigate to the project directory
  2. Run the command npm install or yarn install to install the necessary packages
  3. Create a .env file in the root of the project and set up your MySQL credentials and other environment variables.
  4. Start the development server by running npm run devStart or yarn run devStart
  5. Make sure to also check out the client-side repository for this project, which can be found at https://github.com/Nawang17/momos-client.

Please note that this project is for educational purposes and may have bugs or unfinished features. If you encounter any issues or have any suggestions, please feel free to reach out or submit a pull request.