GitXplorerGitXplorer
a

ymtn

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
d05fee474a0046a63fc87263352205bd8e573eae

feat: second

aabdinasir-Tman committed 9 months ago
Unverified
2a2117e4d9b7899cea2ab365fb67e940cd9c1258

first commit

aabdinasir-Tman committed 9 months ago

README

The README file for this repository.
# Yonode + MongoDB with TypeORM 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! # y m t n