Skip to content

arifuzzaman31/ryserve-node

Repository files navigation

Follow this guide if you would like to setup the project locally to contribute.

Prerequisites

Before you can install and use Ryserve, make sure you install the following on your computer:

`npm` instead. npm is now shipped with Node.js, so you don't need to install it separately.
  1. Install NPM Open Gitbash and run:
npm install

You should now see a prompt to restart your computer. If not, restart it manually.

Upon restart, a Gitbash window will open and install Ubuntu. This may take up some time. You'll see a prompt to create a username and password for your Ubuntu installation.

  1. Install Node.js
sudo apt-get install nodejs -y

Step 1: Git Clone

In your terminal, run the following command.

git clone https://github.com/arifuzzaman31/ryserve-node
git clone https://github.com/arifuzzaman31/ryserve-node

Step 2: Position yourself at the root

cd ryserve-node

You should run all commands in the following steps from the root of the project.

Step 3: Set up a PostgreSQL Database

We rely on postgresql and recommend you use the scripts below to provision a database with the right extensions.
You can access the database at localhost:5432, with user ryserve and password .

Step 4: Setup environment variables

Use environment variables or .env files to configure your project.

Copy the .env.local:

cp .env.local .env

Step 5: Run The Site

Use bash and run the command.

Copy the npm run dev:

cp npm run dev

About

ryserve api by node express prisma

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published