Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 530 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 530 Bytes

Yonode + PostgreSQL with Prisma

This template simplifies setting up a server in Yonode 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:

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!