Giter VIP home page Giter VIP logo

seaside's Introduction

seaside

how to run this project localy

1.Clone the repository to your local machine using the git clone command.

2.Install the required dependencies for both the client and server applications. You can do this by navigating to the server directory of the project in your terminal and running the following command:


cd server
npm install

3.In a separate terminal window, navigate to the client directory within the project and run the following command to install client dependencies:

 
cd client 
npm install

4.Create a .env file in the server directory of the project and add the following variables:


MONGODB_URI="your_mongodb_uri"
JWT_SECRET="your_jwt_secret"

5.Replace <your_mongodb_uri> with your MongoDB connection string, and <your_jwt_secret> with a secret string that will be used to sign and verify JSON Web Tokens.

6.Start the server by running the following command in the server directory of the project:


npm run start

7.In a separate terminal window, navigate to the client directory within the project and run the following command to start the client application:


cd client
npm start

8.Seaside project should now be running locally. You can view it by navigating to http://localhost:3000 in your web browser.

How to import users to mongoDb

1.create a collection users.

2.click add data button.

3.select import JSON or CSV file.

4.select users.json file in data folder.

5.then import button.

Demo user data and password

seaside's People

Contributors

isharaweerasinghege avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.