GitXplorerGitXplorer
a

lmm

public
1 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
73f2d3c8810d6bb01f16ce83c5bea4506ea8fdc3

init:

aabdinasir-Tman committed a year ago
Unverified
0c66a7cb452f9cedcfb8442ec444e7f26a8ead42

first commit

aabdinasir-Tman committed a year ago

README

The README file for this repository.
# Yonode + MongoDB with Mongoose This template simplifies setting up a server in [Yonode](https://yonode.org) with Node.js and Express, offering a quick start for server-side development. ## Getting Started Initially, navigate to the .env file to set up the required environment variables. Next, launch the development server: ```bash npm start # or yarn start # or pnpm start # or bun start ``` The server is running and ready to serve requests. Now, Go to the Src directory and start building the server. Happy coding! # l m m